home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Complet / NetClick / NETClickSetup.exe / {app} / NETClick_en.exe / 0 / RCDATA / TDCONFIGNAME / TDCONFIGNAME.txt
Text File  |  2004-11-10  |  1KB  |  59 lines

  1. object dConfigName: TdConfigName
  2.   Left = 470
  3.   Top = 314
  4.   BorderStyle = bsDialog
  5.   Caption = 'Saving configuration...'
  6.   ClientHeight = 137
  7.   ClientWidth = 362
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 345
  20.     Height = 81
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 24
  25.     Top = 24
  26.     Width = 242
  27.     Height = 13
  28.     Caption = 'Please specify a name for the current configuration:'
  29.   end
  30.   object CancelBtn: TButton
  31.     Left = 182
  32.     Top = 100
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 0
  39.   end
  40.   object OKBtn: TButton
  41.     Left = 102
  42.     Top = 100
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.     OnClick = OKBtnClick
  50.   end
  51.   object edName: TEdit
  52.     Left = 24
  53.     Top = 48
  54.     Width = 313
  55.     Height = 21
  56.     TabOrder = 2
  57.   end
  58. end
  59.